home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2 Examples.sit / Raven 1.2 Examples / Quill / Source / ResourcePicker.h < prev    next >
C/C++ Source or Header  |  1997-01-20  |  755b  |  28 lines

  1. /*
  2.  *    File:        ResourcePicker.h
  3.  *    Function:    A dialog that lets the user pick which resource type he wants to create.
  4.  *    Written by:    Jesse Jones
  5.  *
  6.  *  Copyright ゥ 1996 Jesse Jones. 
  7.  *    For conditions of distribution and use, see copyright notice in ZTypes.h  
  8.  *
  9.  *    Change History (most recent first):
  10.  *
  11.  *         <->     1/20/96    JDJ        Created
  12.  */
  13.  
  14. #pragma once
  15.  
  16.  
  17. //-----------------------------------
  18. //    Forward References
  19. //
  20. class CResourceSubNode;
  21. class CResourceTable;
  22.  
  23.  
  24. // ===================================================================================
  25. //    Global Functions
  26. // ===================================================================================
  27. CResourceSubNode* PickResource(CResourceTable* table);    
  28.             // Returns nil if the user canceled.